time.Time.sec (method)
16 uses
time (current package)
time.go#L181: func (t *Time) sec() int64 {
time.go#L189: func (t *Time) unixSec() int64 { return t.sec() + internalToUnix }
time.go#L228: t.ext = t.sec()
time.go#L263: return t.sec() == 0 && t.nsec() == 0
time.go#L271: ts := t.sec()
time.go#L272: us := u.sec()
time.go#L281: ts := t.sec()
time.go#L282: us := u.sec()
time.go#L293: tc, uc = t.sec(), u.sec()
time.go#L316: return t.sec() == u.sec() && t.nsec() == u.nsec()
time.go#L1198: d := Duration(t.sec()-u.sec())*Second + Duration(t.nsec()-u.nsec())
time.go#L1484: sec := t.sec()
time.go#L1810: sec := t.sec()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)